home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 January / Macworld (1998-01).dmg / Serious Demos / Visual MacStandardBasic Demo / Visual MSB Reference / Visual MSB Reference.rsrc / PICT_20.png < prev    next >
Portable Network Graphic  |  1997-10-23  |  113KB  |  816x1056  |  16-bit (509 colors)
Labels: book | bulletin board | lodestone | monitor | poster | reckoner | sky | web site
OCR: This command allows you to select a block of text of a textbox. if the startOffset and lendOffset are equal then this will set the cursor position in the textbox without selecting any text. To select all the text in the textbox have startOffset equalo andendOffset equal 32767 control ID This should be the control name from form, or the numerinariable that was used with the command when the control was created startOffset This should be numeric value representingthe starting character offset of text to be selected. endOffset This should be numeric value representing the ending character offset of tet be selected var$ TextSelect( control ID This function returns the text string that represents the text selected in the specified textbox control ID This should be the control name from form, or ...